home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ctt30.exe / @0050.ADF next >
Text File  |  1992-05-21  |  4KB  |  172 lines

  1. ;       Cabletron Systems Inc.
  2. ;       (c) Copyright Cabletron Systems Inc.  1991, 1992
  3. ;       Date:  May 21, 1992
  4. ;       Rev:  1.00.00
  5.  
  6. AdapterId 0050h
  7.  
  8. AdapterName  "Cabletron 4/16-Mbps Token Ring Adapter"
  9.  
  10. NumBytes 4
  11.  
  12. nameditem
  13.         Prompt  "Adapter I/O Location"
  14.  
  15.           Choice "Segment 0a20"
  16.             pos[1]=XXXX0100b
  17.             io 0a20h-0a35h
  18.  
  19.           Choice "Segment 1a20"
  20.             pos[1]=XXXX0101b
  21.             io 1a20h-1a35h
  22.  
  23.           Choice "Segment 2a20"
  24.             pos[1]=XXXX0110b
  25.             io 2a20h-2a35h
  26.  
  27.           Choice "Segment 3a20"
  28.             pos[1]=XXXX0111b
  29.             io 3a20h-3a35h
  30.  
  31.           Choice "Segment 0a00"
  32.             pos[1]=XXXX0000b
  33.             io 0a00h-0a15h
  34.  
  35.           Choice "Segment 1a00"
  36.             pos[1]=XXXX0001b
  37.             io 1a00h-1a15h
  38.  
  39.           Choice "Segment 2a00"
  40.             pos[1]=XXXX0010b
  41.             io 2a00h-2a15h
  42.  
  43.           Choice "Segment 3a00"
  44.             pos[1]=XXXX0011b
  45.             io 3a00h-3a15h
  46.  
  47.         Help
  48.         "To configure this adapter you must choose the IO location the
  49.          adapter will use for the NIC and the IO REGisters."
  50.  
  51. nameditem
  52.         Prompt  "DMA Arbitration Level"
  53.  
  54.           Choice "Level 5"
  55.             pos[0]=XXX0101Xb
  56.             arb 5
  57.  
  58.           Choice "Level 6"
  59.             pos[0]=XXX0110Xb
  60.             arb 6
  61.  
  62.           Choice "Level 7"
  63.             pos[0]=XXX0111Xb
  64.             arb 7
  65.  
  66.           Choice "Level 8"
  67.             pos[0]=XXX1000Xb
  68.             arb 8
  69.  
  70.           Choice "Level 9"
  71.             pos[0]=XXX1001Xb
  72.             arb 9
  73.  
  74.           Choice "Level 10"
  75.             pos[0]=XXX1010Xb
  76.             arb 10
  77.  
  78.           Choice "Level 11"
  79.             pos[0]=XXX1011Xb
  80.             arb 11
  81.  
  82.           Choice "Level 12"
  83.             pos[0]=XXX1100Xb
  84.             arb 12
  85.  
  86.           Choice "Level 13"
  87.             pos[0]=XXX1101Xb
  88.             arb 13
  89.  
  90.           Choice "Level 14"
  91.             pos[0]=XXX1110Xb
  92.             arb 14
  93.  
  94.           Choice "Level 0"
  95.             pos[0]=XXX0000Xb
  96.             arb 0
  97.  
  98.           Choice "Level 1"
  99.             pos[0]=XXX0001Xb
  100.             arb 1
  101.  
  102.           Choice "Level 2"
  103.             pos[0]=XXX0010Xb
  104.             arb 2
  105.  
  106.           Choice "Level 3"
  107.             pos[0]=XXX0011Xb
  108.             arb 3
  109.  
  110.  
  111.         Help
  112.         "You must choose a DMA Arbitration channel for the adapter
  113.          to use.  A conflict cannot exist with any other device in
  114.          the system."
  115.  
  116.  
  117.  
  118. nameditem
  119.         Prompt  "Adapter Interrupt Level"
  120.  
  121.           Choice "Level 3"
  122.             pos[2]=XXXXXX00b
  123.             int 3
  124.  
  125.           Choice "Level 7"
  126.             pos[2]=XXXXXX01b
  127.             int 7
  128.  
  129.           Choice "Level 9"
  130.             pos[2]=XXXXXX10b
  131.             int 9
  132.  
  133.           Choice "Level 12"
  134.             pos[2]=XXXXXX11b
  135.             int 12
  136.  
  137.  
  138.         Help
  139.         "You must choose the IRQ level the adapter will use to
  140.          interrupt the system.  The IRQ level cannot conflict
  141.          with any other devices in the system."
  142.  
  143.  
  144. nameditem
  145.         Prompt  "Adapter Default Port Select"
  146.  
  147.           Choice "Shielded TP"
  148.             pos[1]=1XXXXXXXb
  149.  
  150.           Choice "Unshielded TP"
  151.             pos[1]=0XXXXXXXb
  152.  
  153.         Help
  154.         "You must choose the media port the adapter will use
  155.          to connect to the Token Ring Network."
  156.  
  157.  
  158.  
  159. nameditem
  160.         Prompt  "Adapter Default Port Speed"
  161.  
  162.           Choice "4 Megabit/Sec"
  163.             pos[1]=X1XXXXXXb
  164.  
  165.           Choice "16 Megabit/Sec"
  166.             pos[1]=X0XXXXXXb
  167.  
  168.         Help
  169.         "You must choose the ring speed of the network to
  170.          which the adapter will be connected."
  171.  
  172.